home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / IPC / Anonymous Pipes / Delphi / ParentMainFormUnit.dfm / ParentMainFormUnit.txt
Encoding:
Text File  |  1999-08-28  |  499 b   |  27 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 371
  5.   Height = 300
  6.   Caption = 'Anonymous pipe parent'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefaultPosOnly
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 363
  20.     Height = 273
  21.     Align = alClient
  22.     BorderStyle = bsNone
  23.     ReadOnly = True
  24.     TabOrder = 0
  25.   end
  26. end
  27.